/* portal.css */

header nav.mega-menu ul.nav-main li.mega-menu-item:hover > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu{
  background: #555!important;
}

/*Fix overflow menu bug*/
.nav-main * ul {
    height: auto !important;
}

.green-heading{
    color: #006fb9;
   }


.nationalGeographicExpeditionsCarouselLogo {
    position: absolute;
    left: 0;
    bottom: 15vw;
    max-width: 388px;
  }
  
  .btn.category_NationalGeographic,
  .btn.category-NationalGeographic:hover {
    background: #fdd900 none repeat scroll 0 0 !important;
    color: #000 !important;
  }
  
  div .category-NationalGeographic {
    background: #fdd900 none repeat scroll 0 0;
    color: #000 !important;
    float: left;
  }
  
  .WorldExpeditions_Title_Trip.category-NationalGeographic h1 {
    color: #000 !important;
  }
  
  .nationalGeographicExpeditionsLogoWrapper img {
    position: absolute;
    left: 0;
    width: 35vw;
  }
  
  @media (max-width:480px) {
    html.chrome.win div .category-NationalGeographic.Head {
        font-size: 25px !important;
    }
  
    .nationalGeographicExpeditionsLogoWrapper img {
        width: 50vw;
    }
  }
  
  @media (max-width:991px) {
    html .contentPage #bikes-section .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
        transform: scale(0.6) rotate(180deg);
        right: -25px !important;
    }
  
    html .contentPage #bikes-section .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
        transform: scale(0.6);
        left: -25px !important;
    }
  
    html .contentPage #accommodation-section .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
        transform: scale(0.6) rotate(180deg);
        right: -30px !important;
    }
  
    html .contentPage #accommodation-section .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
        transform: scale(0.6);
        left: -30px !important;
    }
  
    html.win .WorldExpeditions_Title_Trip.category-NationalGeographic {
        position: relative;
        top: 20px;
    }
  
    html.chrome.win .WorldExpeditions_Title_Trip.category-NationalGeographic {
        position: relative;
        top: 0;
    }
  
    html.ie div .category-NationalGeographic {
        background: #fdd900 none repeat scroll 0 0 !important;
        color: #000 !important;
        width: auto !important;
        display: block;
        float: left;
        padding: 10px;
        border-radius: 5px;
        position: absolute !important;
        padding: 10px;
        margin-top: 0;
        top: 0;
        left: 0;
        margin-left: 15px;
        margin-right: 15px;
        bottom: auto;
    }
  
    html countrypage .WorldExpeditions_Title_Trip {
        display: block;
        top: 10px;
        margin-left: 15px;
    }
  
    .nationalGeographicExpeditionsLogoWrapper {
        position: absolute !important;
        z-index: 99;
        bottom: 80px;
    }
  
    .nationalGeographicExpeditionsLogoWrapper.wwotLogo {
        bottom: 150px;
    }
  
    .nationalGeographicExpeditionsLogoWrapper img {
        position: absolute;
        bottom: 50px;
        left: -10px;
    }
  
    div .category-NationalGeographic {
        background: #fdd900 none repeat scroll 0 0 !important;
        color: #000 !important;
        width: auto !important;
        display: block;
        float: left;
        padding: 10px;
        border-radius: 5px;
        position: absolute !important;
        padding: 10px;
        margin-top: 0;
        top: 0;
        left: 0;
        margin-left: 15px;
        margin-right: 15px;
        bottom: initial;
    }
  
    div .category-NationalGeographic h1 {
        position: relative !important;
        top: 0;
        bottom: 0;
    }
  }
  
  @media (min-width:992px) {
    html.win .WorldExpeditions_Title_Trip.category-NationalGeographic {
        position: relative;
        top: 0;
    }
  
    html.chrome.win .WorldExpeditions_Title_Trip.category-NationalGeographic {
        position: relative;
        top: -20px;
    }
  
    .nationalGeographicExpeditionsLogoWrapper {
        position: absolute !important;
        z-index: 99;
        bottom: -10px;
    }
  
    .nationalGeographicExpeditionsLogoWrapper img {
        left: -20px;
    }
  }
  
  @media (max-width:1029px) and (min-width:991px) {
    html.chrome.win .WorldExpeditions_Title_Trip.category-NationalGeographic {
        position: relative;
        top: -20px;
    }
  
    .WorldExpeditions_Title_Trip.category-NationalGeographic {
        padding: 0 30px 0 0;
        text-align: center;
        white-space: nowrap;
    }
  }
  
  @media (min-width:992px) and (max-width:1029px) {
    html.chrome.win .WorldExpeditions_Title_Trip.category-NationalGeographic {
        position: relative;
        top: -20px;
    }
  
    .nationalGeographicExpeditionsLogoWrapper img {
        left: 0;
    }
  
    .WorldExpeditions_Title_Trip.category-NationalGeographic h1 {
        font-size: 24px !important;
        position: relative;
        left: -25px;
    }
  }
  
  body.isAdministrator.dnnEditState div.main {
    padding-top: 180px;
  }
  
  .contentPage #bikes-section .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"],
  .contentPage #accommodation-section .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
    position: absolute !important;
    right: -40px !important;
    bottom: calc(50% - 10px);
  }
  
  .contentPage #bikes-section .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"],
  .contentPage #accommodation-section .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
    position: absolute !important;
    left: -40px !important;
    bottom: calc(50% - 10px);
  }
  
  
  .contentPage #accommodation-section .owl-carousel .owl-controls {
    float: left !important;
    height: 100% !important;
  }
  
  .contentPage #bikes-section .owl-carousel .owl-controls .owl-nav {
    float: left;
    height: 100%;
    width: 100%;
  }
  
  @media (min-width:992px) and (max-width:1199px) {
    
  nav .col-md-2.dropdown.mega-menu-item.mega-menu-fullwidth {
        width: auto;
    }
  
    html header .nav-bar-primary nav ul.nav-main>li {
        margin-right: 20px;
    }
  
    html header .nav-bar-primary nav ul.nav-main>li:hover {
        position: relative;
    }
  
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(1) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(2) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(3) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(4) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(5) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(6) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(7) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(8) .dropdown-menu {
        left: 0;
        position: absolute;
    }
  
    header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(7) .dropdown-menu .container .row div.col-md-3,
    header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(8) .dropdown-menu .container .row div.col-md-3,
    header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(9) .dropdown-menu .container .row div.col-md-3 {
        width: 100%;
        border: none;
    }
  
   
  }
  
  @media (min-width:1200px) {
  
    nav .col-md-2.dropdown.mega-menu-item.mega-menu-fullwidth,
    nav li.col-md-2 {
        width: auto;
    }
  
    html header .nav-bar-primary nav ul.nav-main>li {
        margin-right: 20px;
    }
  
    html header .nav-bar-primary nav ul.nav-main>li:hover {
        position: relative;
    }
  
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(1) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(2) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(3) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(4) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(5) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(6) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(7) .dropdown-menu,
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(8) .dropdown-menu {
        left: 0;
        position: absolute;
        width: unset!important;
        float: left;
    }
  
    header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(7) .dropdown-menu .container .row div.col-md-3,
    header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(8) .dropdown-menu .container .row div.col-md-3,
    header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(9) .dropdown-menu .container .row div.col-md-3 {
        width: 100%;
        border: none;
    }
  /*
    html header nav.mega-menu .dropdown.mega-menu-fullwidth:nth-child(1) .dropdown-menu {
        width: 1137px;
    }*/
  }
  
  @media (max-width:767px) {
    .user-defined-carousel-heading+ .owl-carousel,
    #homePageCarouselInner .owl-carousel,
    .owl-carousel.slidinghomeimg{
      padding-top:0px;
    }
    .row.wefooter .col-xs-12.col-md-4 .row{
      margin: 0px -8px;
    }
    html #askAnExpertStickyTab,
    html #joinOurNewsletterStickyTab {
        bottom: 0 !important;
    }
  }
  
  #joinOurNewsletterStickyTab {
    background: url("/Portals/_default/Skins/Porto/Resources/img/bg-transparent-grey.png");
    color: #FFFFFF;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
    position: fixed;
    right: 208px;
    bottom: 0;
    cursor: pointer;
    height: 47px;
    z-index: 1040;
  }
  
  #joinOurNewsletterSticky {
    color: #696969;
    background-color: #eee;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: fixed;
    right: 208px;
    bottom: 0;
    cursor: pointer;
    z-index: 1040;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    width: 280px;
    box-shadow: 0 -1px 5px #696969;
  }
  
  .isMobile #joinOurNewsletterSticky {
    right: 100px;
    z-index: 1042 !important;
  }
  
  #joinOurNewsletterSticky .modal-header {
    padding-bottom: 10px;
    background-color: #006fb9;
  }
  
  #joinOurNewsletterSticky .modal-footer {
    padding-top: 0
  }
  
  #joinOurNewsletterStickyTitle {
    font-size: 18px !important;
    font-weight: bold;
    color: #FFFFFF;
  }
  
  .eNewsStickyBold {
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
  }
  
  .eNewsStickyPlain {
    font-weight: normal;
    color: #000000;
    margin-bottom: 5px;
  }
  
  .modal-footer.joinOurNewsletterSticky-footer {
    border-top: none;
  }
  
  #joinOurNewsletterSticky_submit {
    background-color: #373a3f;
    color: #FFFFFF;
    border: none;
  }
  
  #joinOurNewsletterSticky .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  
  @media (max-width:767px) {
    html .body>footer .footer-copyright {
        padding-bottom: 50px !important;
    }
  }
  
  .DnnModule-WEXPrivateGroupForm .invalid label:after {
    position: absolute;
    right: -2px;
    top: 35px;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #a92326;
  }
  
  .DnnModule-WEXPrivateGroupForm .valid label:after {
    content: "123123";
    position: absolute;
    right: -4px;
    top: 35px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #006fb9;
  }
  
  .DnnModule-WEXPrivateGroupForm .invalid .contactUsFormCheckbox.contactViaEmailCheckbox label:after {
    position: absolute;
    left: 120px;
    top: 2px;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #a92326;
  }
  
  .DnnModule-WEXPrivateGroupForm .valid .contactUsFormCheckbox.contactViaEmailCheckbox label:after {
    content: "123123";
    position: absolute;
    left: 120px;
    top: 2px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #006fb9;
  }
  
  @media (max-width:992px) {
  
  
    .tripRefinedLabel {
        right: -30px !important;
        top: -30px !important;
    }
  
    .WorldExpeditions_Title_Trip h1 {
        margin-right: 40px !important;
    }
  }
  
  .tripRefinedLabel {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    text-transform: uppercase;
  }
  
  .tripRefinedLabel:after {
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
  }
  
  .tripRefinedLabel.newTrip {
    background: #9baa3a;
  }
  
  .tripRefinedLabel.newTrip:after {
    border-top: 20px solid #9baa3a;
  }
  
  .tripRefinedLabel.updatedTrip {
    background: #424c55;
  }
  
  .tripRefinedLabel.updatedTrip:after {
    border-top: 20px solid #424c55;
  }
  
  .teaserTravelDealFlag.newtripFlag {
    background: #9baa3a none repeat scroll 0 0;
  }
  
  .teaserTravelDealFlag.updatedtripFlag {
    background: #424c55 none repeat scroll 0 0;
  }
  
  #askAnExpertModal {
    z-index: 10000;
  }
  
  @media (max-width:374px) {
    a.scroll-to-top {
        display: none !important;
    }
  
  
    div#joinOurNewsletterStickyTab {
        right: 150px !important;
    }
  
    .isMobile #joinOurNewsletterSticky {
        right: unset !important;
        left: 10px;
        width: calc(100vw - 20px) !important;
    }
  
    div#askAnExpertStickyTab {
        right: 10px;
    }
  
    div#askAnExpertSticky {
        right: unset !important;
        left: 10px;
        width: calc(100vw - 20px) !important;
    }
  }
  
  .blog-posts .image-large {
    width: 100%;
    height: auto;
  }
  
  .trip-info-right .meal-contents {
    font-size: 15px;
  }
  
  .trip-info-right .meal-title {
    background: url("/Portals/World%20Expeditions/images/icon-meal-dark.png") 8px 8px/42px 42px no-repeat #373B40;
  }
  
  #footer .footer-social-media .social-media-icon-lazyload {
    display: inline-block;
    width: 40px;
    height: 30px;
    text-align: center;
    position: relative;
    left: 10px;
    top: 5px;
  }
  
  .homePage h1.mainHeading,
  wexproductfinder .panel-heading h4,
  .panel-group .panel-heading a,
  .btn,
  .world-ex,
  .tile-container .tile-content h3,
  .homePageWatchOrVideoHeading,
  .testimonial-section .testimonial-icon h2,
  .testimonial-section .testimonial-content .title,
  .green.button span,
  .home-page-teaser-carousel-heading h1 strong,
  .region-grey-bottom h3,
  .button span,
  .button2 span,
  .bottom-content h3,
  .footer-top-content label,
  #footer h4,
  .WorldExpeditions_Title_Trip h1,
  h2,
  .region-grey-bottom .ratecircle4 button,
  .mapCarouselHeading h3,
  .why-travel-with-us-heading-style,
  .accomodation-section h3,
  .countryowl-in-the-field h3,
  html .worldex-heading,
  .trip-reviews .review-trip-name,
  .more-about-h1,
  essentialinformation h5,
  essentialinformation .section-tabs .r-tabs-tab a,
  .duration.title span,
  .activities.title span,
  .accomodations.title span,
  .meals.title span,
  .booking-line5 .price-tag,
  .tripFloatingNav>ul>li span,
  .categoryFloatingNav>ul>li span,
  html .asap-heading,
  .template-heading h1,
  .user-defined-carousel-heading h1 strong,
  .user-defined-carousel-heading h1 b,
  .informationSectionSubNavigationHeader {
    font-family: 'carnasbold' !important;
  }
  
  .homePage h1.mainHeading .mainHeadingLine2,
  wexproductfinder .panel-heading h4 span,
  .tile-container .tile-content h3 span,
  .home-page-teaser-carousel-heading h1,
  .template-heading h2 span {
    font-family: 'carnaslight' !important;
  }
  
  .booking-table.tripSummaryTable .nonDeal.nonDealSpecialOffer {
    display: block !important;
    position: static !important;
    margin-top: -15px;
  }
  
  .summaryTableViewInclusionsLink {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  
  .summaryTableViewInclusionsLink a {
    width: 100%;
    display: block;
  }
  
  .summaryTableViewInclusionsLink a:hover {
    width: 100%;
    display: block;
    background: #006fb9;
    color: #fff;
    text-decoration: none;
  }
  
  /*REGION NAV SPACING FIX*/
  @media (min-width: 992px) and (max-width: 1199px){
    html .isWEUK header .nav-bar-primary nav ul.nav-main>li,
    html .isWEEU header .nav-bar-primary nav ul.nav-main>li{
  margin-right: 0px;
  }
    html .isWEUK header .nav-bar-primary nav ul.nav-main>li a,
    html .isWEEU header .nav-bar-primary nav ul.nav-main>li a{
        padding: 14px 7px;
    }
    html .isWEUK #mainMenu li.col-md-2,
    html .isWEEU #mainMenu li.col-md-2{
       width: auto;
    }
  }
  
  @media (min-width: 1200px){
    html .isWEUK header .nav-bar-primary nav ul.nav-main>li,
    html .isWEEU header .nav-bar-primary nav ul.nav-main>li{
  margin-right: 0px;
  }
    html .isWEUK header .nav-bar-primary nav ul.nav-main>li a,
    html .isWEEU header .nav-bar-primary nav ul.nav-main>li a{
        padding: 14px 12px;
    }
    html .isWEUK #mainMenu li.col-md-2,
    html .isWEEU #mainMenu li.col-md-2{
       width: auto;
    }
  }
  
  
  /* Last menu item to float right */
  
  /*
  #mainMenu li.col-md-2:nth-last-child(1) ul{
    left: unset;
    right: 0px;
  }
  */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*TEMP Blog CSS*/
  .liveBlogBody .main *{
  font-family: 'carnasBold';
  }
  
  .liveBlogBody .main article,
  .liveBlogBody .main p{
  font-family: 'carnasLight';
  }
  
  .liveBlogBody .main em{
    font-family: 'Metrize-Icons';    
  }
  
  .liveBlogBody .main em.fa{
    font: normal normal normal 14px/1 FontAwesome;   
  }
  
  .liveBlogBody .main em.icon{
  font-family: FontAwesome;
  }
  
  html .liveBlogBody .featuredpostsgrid .postHeading,
  html .liveBlogMainPostContent .MasterItemHeading,
  html .liveBlogMainPostContent .MasterItemHeading2{
  text-decoration: unset;
  }
  
  .liveBlogBody blockquote{
    padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 0px solid transparent;
    position: relative ;
  }
  
  .liveBlogBody blockquote:before{
   content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â";
   display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    position: absolute ;
    left: -5px;
  }
  
  .liveBlogBody blockquote:after{
   content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€¦Ã‚Â½";
   display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    position: absolute ;
    right: 5px;
    bottom: 15px;
    
  }
  
  .liveBlogMainPostTag{
  text-transform: capitalize;
  }
  
  .liveBlogBody .featuredpostsgrid .postdate{
  display: none;
  }
  
  .liveBlogBody .blog_summary h3{
  text-transform: none;
  font-size: 20px;
  margin-bottom: 5px!important;
  
  }
  .liveBlogBody .featuredpostsgrid img{
  width: 100%;
  }
  
  .liveBlogBody .featuredpostsgrid ul{
  padding: 0px;
  }
  
  .liveBlogBody .featuredpostsgrid .featuredGridItem{
  position: relative;
  }
  
  .liveBlogBody .featuredpostsgrid .posttitle{
  position: absolute;
  top: calc(50% - 20pt);
  width: calc(100% - 0px);
  text-align: center;
  color: #fff;
  font-family: "open_sansregular";
  z-index: 2;
  }
  
  .liveBlogBody .featuredpostsgrid .posttitle:hover{
  text-decoration: none;
  }
  
  .liveBlogBody .featuredpostsgrid .postHeading{
  text-decoration: underline;
  text-transform: none;
  font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  
  .liveBlogBody .featuredpostsgrid .posttitle .postSummary{
    padding: 0 20px 20px 20px;
  text-decoration: none;
  text-transform: none;
  }
  
  .liveBlogBody .featuredpostsgrid .postdate{
  position: absolute;
  right: 0px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px;
  z-index: 3;
  }
  
  .liveBlogBody .featuredpostsgrid .postdate .dateDay{
  display: block;
  text-align: center;
  font-family: "open_sansregular";
  font-size: 24px;
  margin-bottom: 5px;
  }
  
  .liveBlogBody .featuredpostsgrid .postdate .dateMonth{
  display: block;
  text-align: center;
  font-family: "open_sansregular";
  border-top: 1px solid #006fb9;
  }
  
  .liveBlogBody .featuredGridItem:nth-child(1){
  width: calc(66.7% - 4px);
  display: block;
  float: left;
  margin: 2px;
  }
  
  
  .liveBlogBody .featuredGridItem:nth-child(2),
  .liveBlogBody .featuredGridItem:nth-child(3){
  width: calc(33.3% - 4px);
  height: auto;
  display: block;
  float: left;
  margin: 2px;
  }
  
  
  .liveBlogBody .featuredGridItem:nth-child(4),
  .liveBlogBody .featuredGridItem:nth-child(5),
  .liveBlogBody .featuredGridItem:nth-child(6){
  width: calc(33.33% - 4px);
  height: auto;
  display: block;
  float: left;
  margin: 2px;
  }
  
  
  .liveBlogBody .featuredGridItem:nth-child(2) .postSummary,
  .liveBlogBody .featuredGridItem:nth-child(3) .postSummary,
  .liveBlogBody .featuredGridItem:nth-child(4) .postSummary,
  .liveBlogBody .featuredGridItem:nth-child(5) .postSummary,
  .liveBlogBody .featuredGridItem:nth-child(6) .postSummary{
  display: none;
  }
  
  .liveBlogBody .featuredGridItem:nth-child(2) .postHeading,
  .liveBlogBody .featuredGridItem:nth-child(3) .postHeading,
  .liveBlogBody .featuredGridItem:nth-child(4) .postHeading,
  .liveBlogBody .featuredGridItem:nth-child(5) .postHeading,
  .liveBlogBody .featuredGridItem:nth-child(6) .postHeading{
  font-size: 16px!important;
  }
  
  .liveBlogBody .msearch-result.mlightbox{
  position: absolute;
  background: rgba(255,255,255,0.95);
  z-index: 999;
  padding: 50px;
  }
  
  .liveBlogBody .wex.widgetmodule .search{
  background: #E9E9E9;
  padding: 10px 0;
  }
  
  .liveBlogBody .wex.widgetmodule .search .container{
  padding: 0px;
  }
  
  .liveBlogBody .wex.widgetmodule .search input.textbox{
  background: #fff;
  box-shadow: none!important;
  border: 0px;
  border-radius: 5px;
  padding: 10px;
  margin-left: 30px;
  width: calc(100% - 140px)!important;
  }
  
  .liveBlogBody .wex.widgetmodule .search{
  position: relative;
  }
  .liveBlogBody .wex.widgetmodule .search .fa-search{
  position: absolute;
  top: calc(50% - 11px);
  margin-left: 0px;
  font-size: 24px;
  }
  
  .liveBlogBody .wex.widgetmodule .search .search-button{
  width: 100px;
  padding: 10px;
  border-radius: 5px;
  border: 0px;
  background: #006fb9;
  color: #fff;
  margin-left: 10px;
  }
  
  .liveBlogBody .wex .featuredposts .posttimeago img{
  width: 100%;
  }
  
  .liveBlogBody .porto .masonry-item.init {
    opacity: 1;
  }
  
  .liveBlogBody .porto .masonry-item .masonry-item {
    min-height: 1px;
    list-style-type: none;
  }
  
  .liveBlogBody .porto .masonry-item div.featured-box div.box-content div.postinfo {
    color: #9e9e9e;
    padding: 13px 0;
    font-size: 13px;
  }
  
    .liveBlogBody .porto .masonry-item div.featured-box div.box-content div.postinfo a {
        color: #9e9e9e;
    }
  
  .liveBlogBody .porto .masonry-item div.featured-box div.box-content .post-content {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    padding: 0 0 20px 0;
  }
  
  .liveBlogBody .porto div.masonry-list .blog_content {
    padding: 0 20px 20px 20px;
    background-color: #fff;
  }
  
  .liveBlogBody .masonry .masonry-item {
    width: 25%;
  }
  
  
  .liveBlogBody .tags.pull-bottom span {
    margin: 2px;
    display: block;
    float: left;
  }
  
  .liveBlogBody .tags.pull-bottom span a {
    background: #006fb9;
    padding: 3px 5px;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
  }
  
  .liveBlogBody .lb_img img {
    width: 100%;
  }
  
  .liveBlogBody .lb_img .lb-owl-carousel {
    position: relative;
  }
  
  .liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
  }
  
  .liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    background: url("/portals/0/images/carousel-left.png");
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
  }
  
  .liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    background: url("/portals/0/images/carousel-left.png");
    transform: rotate(180deg);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
  }
  
  .liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav .owl-prev:hover {
    position: absolute;
    left: 0;
    background: url("/portals/0/images/carousel-left.png");
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    opacity: 0.7;
  }
  
  .liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav .owl-next:hover {
    position: absolute;
    right: 0;
    background: url("/portals/0/images/carousel-left.png");
    transform: rotate(180deg);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    opacity: 0.7;
  }
  
  .liveBlogBody .featuredGridItemListMode .posttitle {
    position: relative !important;
    top: 50%;
    width: calc(100% - 0);
    text-align: center;
    color: #fff;
    font-family: "open_sansregular";
    z-index: 2;
  }
  
  .liveBlogBody .featuredGridItemListMode .posttimeago.listMode {
    display: block;
    float: left;
  }
  
  .liveBlogBody .featuredGridItemListMode .posttimeago.listMode img {
    width: 200px !important;
  }
  
  .liveBlogBody .featuredGridItemListMode .posttitle.ListMode {
    display: block;
    float: left;
    width: calc(100% - 220px);
    background: none !important;
  }
  
  .liveBlogBody .featuredGridItemListMode .posttitle.ListMode .postHeading {
    color: #000;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
    text-decoration: underline;
  }
  
  .liveBlogBody .featuredGridItemListMode .posttitle.ListMode .postSummary {
    color: #000;
    text-align: left;
    padding-top: 5px;
    margin-left: 15px;
  }
  
  .liveBlogBody .featuredGridItemListMode {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
  }
  
  .liveBlogBody .featuredGridItem .posttimeago {
    overflow: hidden !important;
    display: block;
    background: #ddd !important;
    padding: 25%;
    position: relative;
  }
  
  .liveBlogBody .featuredGridItem .posttimeago img {
    width: 120% !important;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .liveBlogBody .carouselItem {
    padding-right: 10px;
  }
  
  .liveBlogBody .carouselItem .postSummary {
    font-size: 12px;
    color: #000;
    font-family: "open_sansregular";
  }
  
  .liveBlogBody .nav-bottom .owl-nav {
    bottom: 0;
    position: relative !important;
    margin-top: 30px !important;
  }
  
  .liveBlogBody .nav-bottom .owl-nav .owl-prev {
    border: 1px solid #ccc;
    bottom: 0;
    width: 50% !important;
    text-align: center;
  }
  
  .liveBlogBody .nav-bottom .owl-nav .owl-next {
    border: 1px solid #ccc;
    bottom: 0;
    width: 50% !important;
    text-align: center;
    float: right !important;
  }
  
  .liveBlogBody .world_expeditions6 .featuredpostsgrid .posttitle {
    width: 100% !important;
    padding: 20px;
  }
  
  .liveBlogBody .world_expeditions6 .featuredpostsgrid .posttitle .postHeading {
    font-family: "open_sansextrabold";
  }
  
  .liveBlogBody .featuredpostsgrid .posttitle {
    top: unset;
    bottom: 0px;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    width: 100%;
  }
  
  .liveBlogBody .carouselItem .posttimeago {
    background: #eee;
    float: left;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .liveBlogBody .carouselItem .postHeading {
    text-align: left;
    color: #000;
    text-decoration: underline;
  }
  
  .liveBlogBody .carouselItem .postSummary {
    text-align: left;
    margin-bottom: 10px;
  }
  
  .liveBlogBody .world_expeditions9 .featuredGridItemListMode {
    margin-bottom: 10px;
  }
  
  .liveBlogBody .blogHeadingSection {
    display: block;
    margin-bottom: 30px;
  }
  
  .liveBlogBody .blogHeadingLine {
    z-index: 2;
    position: relative;
    display: block;
    float: left;
    margin: auto auto;
    width: 100%;
    text-align: left;
  }
  
  .liveBlogBody .blogHeadingLine span {
    background: white;
    padding: 0;
    text-transform: none;
    font-size: 32px;
    font-family: "carnasbold";
  }
  
  .liveBlogBody .blogHeadingLine+.hrHeading {
    border: 1px solid #006fb9;
    position: relative;
    top: -15px;
    margin-bottom: -15px;
    display: none;
  }
  
  .liveBlogBody .wexBlogSearch .msearch-toolbar .search-button {
    background: url("/DesktopModules/LiveBlog/Themes/Default/Style/Images/search.png") transparent no-repeat;
    border: none;
    text-indent: -999px;
    width: 20px;
    position: relative;
    padding: 0;
    box-shadow: none;
    outline: none;
    margin-left: -28px;
  }
  
  .liveBlogBody .world_expeditions6.widgetmodule .search input[type="text"] {
    margin-bottom: 0;
  }
  
  .liveBlogBody .wexBlogSearch .msearch-toolbar .textbox {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    outline: none;
    padding: 0 30px 0 10px;
    display: inline-block;
    vertical-align: unset;
  }
  
  .liveBlogBody .search.wexBlogSearch {
    background: #efefef;
    padding: 10px;
  }
  
  .liveBlogBody .container .owl-carousel.nav-bottom .owl-controls {
    position: absolute;
    left: -10px;
    top: calc(50% - 30px);
    right: 0;
    margin: 0 auto;
    height: auto;
  }
  
  .liveBlogBody .container .owl-carousel.nav-bottom .owl-controls .owl-nav {
    margin: 0 !important;
  }
  
  .liveBlogBody .container .owl-carousel.nav-bottom .owl-controls button {
    border: 0 solid transparent;
    margin: 0 !important;
    background-position: center !important;
    border-radius: 5px !important;
    width: 50px !important;
    margin-right: 10px !important;
    background-size: 50px 50px !important;
    height: 50px !important;
  }
  
  .liveBlogBody .container .owl-carousel.nav-bottom .owl-controls button:focus {
    border-color: #ccc;
  }
  
  .liveBlogBody .container .owl-carousel.nav-bottom .owl-controls button:hover {
    border-color: #9baa3a;
  }
  
  .liveBlogBody .blogSubHeading {
    font-size: 20px !important;
    display: block;
    line-height: 5px;
    color: #c57b24;
    position: relative;
    text-align: left;
    width: 100%;
    margin-top: 10px;
  }
  
  .liveBlogBody .posttitle.ListMode .postHeading {
    text-transform: none;
  }
  
  .liveBlogBody .tags.pull-bottom {
    display: block;
    float: left;
  }
  
  .liveBlogBody .post-content img {
    width: 100%;
  }
  
  .liveBlogBody .postBlogPage .search.wexBlogSearch {
    padding: 0;
  }
  
  .liveBlogBody .postBlogPage .search.wexBlogSearch .container {
    padding: 0 !important;
    width: 100%;
  }
  
  .liveBlogBody .postBlogPage .search.wexBlogSearch .textbox {
    width: 100;
  }
  
  .liveBlogBody .postBlogPage {
    margin-bottom: 30px;
  }
  
  .liveBlogBody .tags.pull-bottom span a {
    font-size: 12px !important;
  }
  
  .liveBlogBody .lb_img {
    position: relative;
  }
  
  .liveBlogBody .MasterItemHeading {
    position: absolute;
    bottom: 0;
    background: #006fb9;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    border-radius: 0 5px 0 0;
    z-index: 2;
  }
  
  .liveBlogBody .post-meta {
    margin-top: 20px;
  }
  
  .liveBlogBody .post-meta span {
    font-size: 12px;
    font-family: 'open_sansregular';
  }
  
  .liveBlogBody .post-meta .read-more {
    border: 1px solid #006fb9;
    padding: 5px !important;
    border-radius: 3px;
  }
  
  .liveBlogBody .post-meta .read-more a {
    color: #006fb9 !important;
  }
  
  .liveBlogBody .post-meta .read-more a:after {
    display: none;
  }
  
  .liveBlogBody .MasterItemWrapper {
    margin-bottom: 10px;
  }
  
  .liveBlogBody .blog-posts.single-post .post-date {
    background: #696969;
    display: block;
    float: right;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
  margin-left: 20px;
  }
  
  .liveBlogBody .related.pull-top .post-image {
    float: left;
    margin-right: 0;
    min-height: 160px;
    width: 100%;
  }
  
  .liveBlogBody .related.pull-top .post-image .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    border: 0 solid transparent;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: transparent;
  }
  
  .liveBlogBody .related.pull-top .post-image .img-thumbnail img {
    border: 0 solid #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    float: left;
    width: 100%;
    display: block;
  }
  
  .liveBlogBody .related.pull-top .owl-item {
  /*    min-height: 440px; */
    margin-bottom: 20px;
    background: #efefef;
  }
  
  .liveBlogBody .related.pull-top .post-image .jackbox {
    height: 150px;
    overflow: hidden;
  }
  
  .liveBlogBody .related.pull-top .post-info {
    padding: 10px;
  }
  
  .liveBlogBody .related.pull-top .post-info a {
    color: #000;
  }
  
  .liveBlogBody .related.pull-top .post-info .post-meta {
    font-family: "open_sansregular";
  }
  
  .liveBlogBody .related.pull-top .button.topAdventuresTeaserViewTripButton {
    background: #006fb9;
  margin-top: 10px;
  /*    position: absolute; */
  /*    bottom: 10px; */
  }
  
  .liveBlogBody .related.pull-top .post-image>a {
    position: absolute;
    background: transparent;
    z-index: 9999;
    top: 0;
    display: block;
    height: 160px;
    width: 100%;
  }
  
  .liveBlogBody .porto .categories a.wexBlogAccordionLink {
    position: relative;
    right: auto;
    left: auto;
  }
  
  .liveBlogBody .wexBlogCategoryHeader {}
  
  .liveBlogBody .wexBlogCategoryBody {}
  
  .liveBlogBody .wexBlogCategoryParent {
    cursor: pointer;
  }
  
  .liveBlogBody .wexBlogCategoryParent.hasChildren {}
  
  .liveBlogBody .wexBlogCategoryChild {
    cursor: pointer;
  }
  
  .liveBlogBody .wexBlogCategoryChild.hasChildren {}
  
  .wexBlogCategoryParent {
    background: #006fb9;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  
  .wexBlogCategoryParent a {
    color: #fff !important;
  }
  
  .wexBlogCategoryHeader {
    background: #eee;
    color: #006fb9;
    font-size: 20px;
    padding: 20px 10px;
  }
  
  .wexBlogCategoryParent.hasChildren.collapsed {
    position: relative;
  }
  
  .wexBlogCategoryParent.hasChildren.collapsed:after {
    content: "\f078 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #fff !important;
    position: absolute !important;
    bottom: 14px;
    right: 14px !important;
  }
  
  .wexBlogCategoryParent.hasChildren:after {
    content: "\f077 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #fff !important;
    position: absolute !important;
    bottom: 14px;
    right: 14px !important;
  }
  
  .wexBlogCategoryChild {
    background: #efefef;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  
  .wexBlogCategoryChild.hasChildren+.wexBlogChildren.collapsing .wexBlogCategoryChild,
  .wexBlogCategoryChild.hasChildren+.wexBlogChildren.collapse .wexBlogCategoryChild {
    background: transparent !important;
    padding-left: 30px;
    border-bottom: 1px solid #efefef !important;
  }
  
  .wexBlogCategoryChild.hasChildren.collapsed:after {
    content: "\f078 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #696969 !important;
    position: absolute !important;
    bottom: 14px;
    right: 14px !important;
  }
  
  .wexBlogCategoryChild.hasChildren:after {
    content: "\f077 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #696969 !important;
    position: absolute !important;
    bottom: 14px;
    right: 14px !important;
  }
  
  .col-md-3 .blogHeadingLine span {
    font-size: 16px !important;
  }
  
  keepintouchsection {
    background: #efefef !important;
    display: block;
    padding: 10px;
  }
  
  keepintouchsection .blogHeadingSection span {
    background: transparent !important;
    font-size: 20px !important;
    color: #006fb9;
  }
  
  liveblogfacebook,
  liveblogtwitter {
    background: #efefef !important;
    padding: 10px;
    display: block;
  }
  
  liveblogfacebook .blogHeadingSection span,
  liveblogtwitter .blogHeadingSection span {
    background: transparent !important;
    font-size: 20px !important;
    color: #006fb9;
  }
  
  .sidebar .categories.pull-bottom {
    margin-bottom: 0;
  }
  
  .posttimeago.listMode {
    position: relative;
  }
  
  .postTag {
    font-size: 0;
    position: absolute;
    bottom: -2px;
  }
  
  .postTag a:nth-child(1) {
    font-size: 12px;
    background: #006fb9;
    color: #fff;
    padding: 5px;
    border-radius: 0 5px 0 0;
  }
  
  .liveBlogFeatured .postTagWrapper {
    position: relative;
    display: block;
    float: left;
    border: 1px solid transparent;
  }
  
  .liveBlogFeatured .postTag {
    position: absolute;
    bottom: 10px;
    left: -1px;
  }
  
  .liveBlogFeatured .postTag a:nth-child(1) {
    display: none;
  }
  
  .liveBlogFeatured .postTag a:nth-child(2) {
    font-size: 12px;
    background: #006fb9;
    color: #fff;
    padding: 5px;
    border-radius: 0 5px 0 0;
  }
  
  .post.blog-single-post .related.pull-top .postTag{
    display: none;
  }
  
  
  .post.blog-single-post .post-info .button.topAdventuresTeaserViewTripButton {
    box-shadow: none !important;
    border: 0 solid transparent;
  }
  
  .post.blog-single-post .post-info .button.topAdventuresTeaserViewTripButton span {
    text-shadow: none;
    font-family: 'open_sansregular' !important;
  }
  
  .liveBlogBody .blog-posts.single-post .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    background: url("/portals/0/images/carousel-left.png");
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    font-size: 0;
  }
  
  .liveBlogBody .blog-posts.single-post .owl-nav .owl-next {
    position: absolute;
    right: 0;
    background-image: url("/portals/0/images/carousel-left.png");
    transform: rotate(180deg);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    font-size: 0;
  }
  
  article.post.blog-single-post .img-thumbnail {
    position: relative !important;
  }
  
  article.post.blog-single-post .img-thumbnail .postTag {
    bottom: 10px;
  }
  
  .instagramLogoWrapper {
    border-radius: 200px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
  }
  
  .instagramHeaderWrapper {
    line-height: 50px;
  }
  
  .followBTNWrapper {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .followBTNWrapper a {
    background: #408bd1;
    padding: 7px 14px;
    border-radius: 5px;
  }
  
  .followBTNWrapper a:hover {
    background: #359dff;
    text-decoration: none;
  }
  
  .followBTNWrapper a span {
    color: #fff;
    font-family: "asapregular" !important;
  }
  
  .followBTNWrapper a em {
    margin-right: 8px;
  }
  
  liveblogtwitter .blogHeadingLine {
    margin-bottom: 20px !important;
  }
  
  .lightwidget-widget.landingLiveBlog[style] {
    height: 700px !important;
  }
  
  .liveBlogMainPostWrapper {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  
  .liveBlogMainPostImage {
    width: 30%;
    display: block;
    float: left;
  }
  
  .liveBlogMainPostContent {
    width: 70%;
    display: block;
    float: left;
    padding-left: 10px;
  }
  
  .liveBlogMainPostContent .MasterItemHeading2 {
    text-decoration: underline;
    font-size: 20px;
  }
  
  .liveBlogMainPostContent article {
    color: #000;
    font-family: "open_sansregular";
    font-size: 16px;
    border-bottom: 0 solid transparent !important;
  }
  
  .liveBlogMainPostTag {
    font-size: 0;
    position: absolute;
    bottom: 1px;
  }
  
  .liveBlogMainPostTag a {
    color: transparent;
  }
  
  .liveBlogMainPostTag a:nth-child(1) {
    font-size: 12px;
    background: #006fb9;
    color: #fff;
    padding: 8px;
    border-radius: 0 5px 0 0;
    position: absolute;
  bottom: -1px;
  white-space: nowrap;
  }
  
  .liveBlogMainPostContent a {
    color: #000 !important;
  }
  
  .liveBlogMainPostContent a:hover {
    color: #006fb9 !important;
    text-decoration: none !important;
  }
  
  @media (max-width:767px) {
  
    .liveBlogBody .featuredGridItem
  {
        width: 100% !important;
        height: auto;
        display: inline-block;
        float: none;
        margin: 2px;
    }
  
    .liveBlogBody .featuredGridItemListMode .posttimeago.listMode {
        width: 100% !important;
    }
  
    .liveBlogBody .featuredGridItemListMode .posttimeago.listMode img {
        width: 100% !important;
    }
  
    .liveBlogBody .featuredGridItemListMode .posttitle.ListMode {
        width: 100%;
    }
  
    .liveBlogBody .featuredGridItemListMode .posttitle.ListMode .postHeading {
        margin-left: 0;
        margin-top: 10px;
    }
  
    .liveBlogBody .featuredGridItemListMode .posttitle.ListMode .postSummary {
        margin-left: -5px;
        margin-top: 10px;
    }
  
  .featured-post-grid-list .owl-item {
    float:left;	
  }
  .featured-post-grid-list .owl-nav {
    display:none;
  }
  }
  
  .liveBlogMainPostTag a,
  .postTag a {
    pointer-events: none;
    text-decoration: none;
  }
  
  .liveBlogBody .btn.more.mr-xs.mb-sm.btn-lg.WEXReadMoreModuleButton{
    display: none;
  }
  
  
  .liveBlogBody .post.blog-single-post .post-content h2{
    font-size: 20px;
    margin-bottom: 0px;
  }
  
  .liveBlogBody .post.blog-single-post .post-content .blogImageCaption{
    background: rgba(0,0,0,0.7);
    display: block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
    position: relative;
  /*
    float: left;
    bottom: 70px;
  */
  }
  
  .liveBlogBody .blog-posts.single-post h2 a{
    color: #000;
  }
  
  @media (max-width:480px){
    .blog-posts .pager .CurrentPage,
    .blog-posts .pager .CurrentPageSelected,
    .blog-posts .pager .PageNext,
    .blog-posts .pager .PagePrev{
       font-size: 11px!important;
       padding: 5px!important;
    }
    }
  
  @media (max-width:768px){
  .blog-posts .pager .CurrentPage,
  .blog-posts .pager .CurrentPageSelected,
  .blog-posts .pager .PageNext,
  .blog-posts .pager .PagePrev{
   font-size: 12px!important;
   padding: 10px!important;
  }
  }
  
  @media (max-width:991px){
  .liveBlogBody .liveBlogMainPostWrapper .liveBlogMainPostImage,
  .liveBlogBody .liveBlogMainPostWrapper .liveBlogMainPostContent{
    width: 100%;
    padding-left: 0px;
  }
  }
  
  
  
  
  /* GRID FEATURE CARUSEL */
  .featuredpostsgrid .featured-post-grid-list .featuredGridItem .posttimeago .blogImage {
    position: absolute;
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  
  .featured-post-grid-list .owl-stage-outer{
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0px
  }
  
  .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .featuredGridItem{
    margin: 0px;
  }
  
  @media (max-width:479px){
    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .featuredGridItem .postdate{
      padding: 5px;
    }
    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .featuredGridItem .postdate .dateDay{
      font-size: 18px;
      margin: 0px;
    }
    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .featuredGridItem .postdate .dateMonth{
      font-size: 12px;
    }
    
    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .postHeading{
      font-size: 18px;
      padding: 10px;
    }
    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .postSummary{
      display: none;
    }
  }
  
  @media (min-width:480px) and (max-width:767px){
    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .postHeading{
      line-height: 1.2;
      font-size: 20px;
    }
  }
  
  
  .liveBlogBody .post-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  }
  
  .liveBlogBody article .img-thumbnail {
  margin-left: auto;
  position: absolute;
  }
  
  .liveBlogBody .post-content img.responsiveImage {
  width: 100%;
  height: auto;
  }
  
  .liveBlogBody .post-content img.responsiveImageLimited {
  width: auto;
  height: auto;
  max-width: 100%;
  }
  .liveBlogBody .porto article .img-thumbnail {
  margin-left: 0;
  position: relative;
  }
  
  .liveBlogBody h3{   
  letter-spacing: 0px;
  font-size: 1.8em;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: none;
  }
  
  .liveBlogBody a.lightboxThumbnail {
  display: inline-block;
  max-width: 200px;
  }
  
  .liveBlogBody #dnn_SpawnITRestrictAccessByIP_displayAccessByIP {
	  /* display:none;*/
  }
  
  .liveBlogBody .dnnFormMessage.dnnFormInfo.dnnFormInfoAdminErrMssg {
  display:none;	
  }
  
  .liveBlogBody .singlePostOuter {
  margin-top: 10px;
  }
  
  /*BLOG LIGHTBOX*/
  .liveBlogBody .lightbox {
  display: block !important;
  width: 100% !important;
  float: left !important;
  }
  
  .liveBlogBody .lightbox .lightboxThumbnail:hover {
  opacity: 0.5;
  }
  
  @media (max-width:479px) {
  .liveBlogBody .lightbox .lightboxThumbnail {
    width: calc(100%) !important;
    height: auto !important;
    max-width: unset;
    overflow: hidden;
    display: block !important;
    float: left;
    padding: 0 0;
  }
  .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
    width: 100%;
    height: 100%;
    max-width: auto;
    position: relative;
    top: 0px !important;
  }
  }
  
  @media (min-width:480px) and (max-width:767px) {
  .liveBlogBody .lightbox .lightboxThumbnail {
    width: calc(100%) !important;
    height: auto !important;
    max-width: unset;
    overflow: hidden;
    display: block !important;
    float: left;
    padding: 0 0;
  }
  .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
    width: 100%;
    height: 100%;
    max-width: auto;
    position: relative;
    top: 0px !important;
  }
  }
  
  @media (min-width:768px) and (max-width:991px) {
  .liveBlogBody .lightbox .lightboxThumbnail {
    width: calc(33% - 3px) !important;
    height: auto !important;
    max-height: 0px;
    max-width: unset;
    overflow: hidden;
    display: block !important;
    float: left;
    padding: 9% 0;
  }
  .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
    width: 100%;
    height: 100%;
    max-width: auto;
    position: relative;
    top: -95px;
  }
  }
  
  @media (min-width:992px) and (max-width:1199px) {
    html .isAdministrator .liveBlogBody .blog-posts.single-post .msearch-result+h2{
        position: absolute!important;
        bottom: calc(100% + 50px)!important;
        z-index: 1;
       
    }
    html .isAdministrator .liveBlogBody .blog-posts.single-post .msearch-result+h2+.blog-single-post{
        margin-top: -50px
    }
  
  
  html .liveBlogBody .blog-posts.single-post .msearch-result+h2{
    position: absolute!important;
    bottom: 100%!important;
    z-index: 1;
  }
  html .liveBlogBody .blog-posts.single-post .msearch-result+h2+.blog-single-post{
    margin-top: -10px
  }
  
  html .liveBlogBody .blog-posts.single-post h2 a,
  html .liveBlogBody .blog-posts.single-post h2 a:hover{
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
  }
  .liveBlogBody .lightbox .lightboxThumbnail {
    width: calc(33% - 3px) !important;
    height: auto !important;
    max-height: 0px;
    max-width: unset;
    overflow: hidden;
    display: block !important;
    float: left;
    padding: 9.4% 0;
  }
  .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
    width: 100%;
    height: 100%3
    max-width: auto;
    position: relative;
    top: -75px;
  }
  }
  
  @media (min-width:1200px) {
    html .isAdministrator .liveBlogBody .blog-posts.single-post .msearch-result+h2{
        position: absolute!important;
        bottom: calc(100% + 50px)!important;
        z-index: 1;
       
    }
    html .isAdministrator .liveBlogBody .blog-posts.single-post .msearch-result+h2+.blog-single-post{
        margin-top: -50px
    }
  
  
  html .liveBlogBody .blog-posts.single-post .msearch-result+h2{
    position: absolute!important;
    bottom: 100%!important;
    z-index: 1;
  }
  html .liveBlogBody .blog-posts.single-post .msearch-result+h2+.blog-single-post{
    margin-top: -10px
  }
  
  html .liveBlogBody .blog-posts.single-post h2 a,
  html .liveBlogBody .blog-posts.single-post h2 a:hover{
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
  }
  .liveBlogBody .lightbox .lightboxThumbnail {
    width: calc(33% - 3px) !important;
    height: auto !important;
    max-height: 0px;
    max-width: unset;
    overflow: hidden;
    display: block !important;
    float: left;
    padding: 9% 0;
  }
  .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
    width: 100%;
    height: 100%;
    max-width: auto;
    position: relative;
    top: -75px;
  }
  }
  
  /*CHILD PRICE*/
  .ie .booking-line5 .price-number span.priceTravellerType{
    color: #696969!important;
    text-transform: none;
    bottom: 10px;
    font-size: 18px;
    left: -10px;
    right: 10px;
    text-align: right!important;
  }
  
  .booking-line5 .price-number span.priceTravellerType{
    color: #696969!important;
    text-transform: none;
    bottom: 10px;
    font-size: 18px;
    left: unset;
    right: 10px;
    text-align: right!important;
  }
  
  .booking-line5 .price-number:before{
    font-size: 10px!important;
    font-weight: bolder;
    position:relative;
    left: 42px;
  }
  
  .booking-line5 .price-number span{
    font-size: 14px;
    bottom: 0px;
  }
  
  .trip-prices-header.child-price{
    margin-top: 10px;
    position: relative
  }
  
  .booking-line5 .price-number.no-child-price:before{
    left: 0px;
  }
  
  .child-price-see-below-note{
    font-size: 12px!important;
    text-align: center;
  }
  
  
  .total-trip-price  .total-number-sale-tag.child-price{
    top: -10px!important;
    left: 10px;
    text-align: right;
    position: relative!important;
    margin-bottom: -40px;
  }
  
  .total-trip-price .child-price-see-below-note{
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 20px;
  }
  
  .total-trip-price .total-number-sale-tag .priceTravellerType{
    color: #696969;
    text-transform: none!important;
    margin-right: 3px!important;
    font-size: 14px!important;
    top: -7px;
  }
  
  .total-trip-price .total-number-sale-tag .priceTravellerType:before{
    content:"from";
    position: absolute;
    top: 10px;
    font-size: 10px;
    right: 1px;
    color: #000;
  }
  
  
  
  /*BLOG SHARE ICON*/
  
  
  .liveBlogBody .resp-sharing-button__link,
  .liveBlogBody .resp-sharing-button__icon {
  display: inline-block;
  }
  
  .liveBlogBody .resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  }
  
  .liveBlogBody .resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  
  .liveBlogBody .resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
  }
  
  .liveBlogBody .resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
  }
  
  /* Non solid icons get a stroke */
  .liveBlogBody .resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
  }
  
  /* Solid icons get a fill */
  .liveBlogBody .resp-sharing-button__icon--solid,
  .liveBlogBody .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
  }
  
  .liveBlogBody .resp-sharing-button--twitter {
  background-color: #55acee;
  }
  
  .liveBlogBody .resp-sharing-button--twitter:hover {
  background-color: #2795e9;
  }
  
  .liveBlogBody .resp-sharing-button--pinterest {
  background-color: #bd081c;
  }
  
  .liveBlogBody .resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
  }
  
  .liveBlogBody .resp-sharing-button--facebook {
  background-color: #3b5998;
  }
  
  .liveBlogBody .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
  }
  
  .liveBlogBody .resp-sharing-button--tumblr {
  background-color: #35465C;
  }
  
  .liveBlogBody .resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
  }
  
  .liveBlogBody .resp-sharing-button--reddit {
  background-color: #5f99cf;
  }
  
  .liveBlogBody .resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
  }
  
  .liveBlogBody .resp-sharing-button--google {
  background-color: #dd4b39;
  }
  
  .liveBlogBody .resp-sharing-button--google:hover {
  background-color: #c23321;
  }
  
  .liveBlogBody .resp-sharing-button--linkedin {
  background-color: #0077b5;
  }
  
  .liveBlogBody .resp-sharing-button--linkedin:hover {
  background-color: #046293;
  }
  
  .liveBlogBody .resp-sharing-button--email {
  background-color: #777;
  }
  
  .liveBlogBody .resp-sharing-button--email:hover {
  background-color: #5e5e5e;
  }
  
  .liveBlogBody .resp-sharing-button--xing {
  background-color: #1a7576;
  }
  
  .liveBlogBody .resp-sharing-button--xing:hover {
  background-color: #114c4c;
  }
  
  .liveBlogBody .resp-sharing-button--whatsapp {
  background-color: #25D366;
  }
  
  .liveBlogBody .resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
  }
  
  .liveBlogBody .resp-sharing-button--hackernews {
  background-color: #FF6600;
  }
  .liveBlogBody .resp-sharing-button--hackernews:hover, 
  .liveBlogBody .resp-sharing-button--hackernews:focus{   
  background-color: #FB6200;
  }
      
  
  .liveBlogBody .resp-sharing-button--vk {
  background-color: #507299;
  }
  
  .liveBlogBody .resp-sharing-button--vk:hover {
  background-color: #43648c;
  }
  
  .liveBlogBody .resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  }
  
  .liveBlogBody .resp-sharing-button--facebook:hover,
  .liveBlogBody .resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
  }
  
  .liveBlogBody .resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
  }
  
  .liveBlogBody .resp-sharing-button--twitter:hover,
  .liveBlogBody .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
  }
  
  
  
  /*RELATED ARTICALES*/
  #dnn_RelatedArticles .DnnModule-LiveBlogWidget .DNNModuleContent.ModLiveBlogWidgetC{
   background: #fff; 
  }
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div{
    margin-bottom: 20px;
    background: #efefef;
  }
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div .post-image {
    float: left;
    margin-right: 0;
    width: 100%;  
  }
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div .post-image .postTag{
    display: none;
  }
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div .post-image .img-thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    border: 0 solid transparent;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: transparent;
  }
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div .post-image .img-thumbnail img{
    border-radius: 0px;
  }
  
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div .post-info{
  font-family: 'carnasBold';   
  padding: 130px 10px 10px 10px; 
  }
  
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div .post-info a{
    color: #000;
    font-size: 18px;
  }
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div .post-info .post-meta{
    font-family: 'open_sansregular';  
  }
  
  .liveBlogTeasersTripAndCategoryPages .owl-item > div .button.topAdventuresTeaserViewTripButton{
    box-shadow: none !important;    
    border: 0 solid transparent; 
    background: #006fb9;
    bottom: 10px;  
    line-height: 25px !important;
    padding: 12px;
    height: auto;
    text-shadow: none!important;
    font-size: 18px;
    margin-top: 20px;
  }
  
  
  /* Live Blog Search Results */
  .ms-result.SearchPosts span.page {
  margin-right: 5px;
  }
  
  .featuredpostsgrid .blogImageCaption {
  display: none;
  }
  
  /*BLOG CAPTION*/
  .liveBlogBody .imageSliderContentPane .postTemplateImageWrapper .owl-carousel{
    margin-bottom: 0px;
  }
  
  .blogImage{
    position: relative;
  }
  @media (max-width:479px) {
  
    .blogImageCaption{
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  }
  
  
  @media (min-width:480px) and (max-width:767px)  {
  
    .blogImageCaption{
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  }
  
  
  @media (min-width:768px) and (max-width:991px)  {
  
    .blogImageCaption{
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  }
  
  @media (min-width:992px) and (max-width:1199px)  {
  
    .blogImageCaption{
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    bottom: 20px;
    right: calc(50% - 468px);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  }
  
  @media (min-width:1200px) {
  
    .blogImageCaption{
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    bottom: 20px;
    right: calc(50% - 570px);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  }
  
  .LiveBlog .CropRequired {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  }
  
  .liveBlogBody .blogAdverts {
  margin-top:15px;
  text-align: center;
  }
  
  .advertImage.responsiveImage {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  }
  
  p img.responsiveImage + .blogImageCaption{
    right: unset;
    left: unset!important;
    bottom: unset;
  }
  
  .tripEssentialInformationTextRightLine {
  border-right: 1px solid #cecece;
  margin-bottom: 20px;
  }
  
  .tripEssentialInformationTextRightLine p {
  margin-bottom: 0;
  }
  
  .isMobile .tripEssentialInformationTextRightLine {
  border-right: none;
  }
  
  .childCategory .blogImageCaption,
  .tripPage .blogImageCaption, 
  .blog-posts .blogImageCaption {
  display:none;
  }
  
  /*RELATED BLOG POST*/
  
  
  .liveBlogBody .related.related-posts-section .post-info{
    background: #efefef;
    padding: 10px;
  }
  
  .liveBlogBody .related.related-posts-section .post-info .post-meta{
  font-family: 'carnasLight';
  color: #000000;
  }
  
  .liveBlogBody .related.related-posts-section .post-info .post-title-wrapper a{
    color: #000;
  }
  
  
  .liveBlogBody .related.related-posts-section .post-info .button.topAdventuresTeaserViewTripButton{
    margin-top: 15px;
    background: #006fb9;
  }
  
  .liveBlogBody .related.related-posts-section .post-info .post-title-wrapper a:hover{
    text-decoration: none;
  }
  
  .liveBlogBody .related.related-posts-section .post-image{
    width: 100%;
  }
  
  .liveBlogBody .related.related-posts-section .post-image .img-thumbnail{
    padding: 0px;
    border-radius: 0px;
    border: 0px solid transparent;
    width: 100%!important;
  }
  
  
  .liveBlogBody .related.related-posts-section .post-image .img-thumbnail .blogImage img{
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: none;
  }
  
  
  .liveBlogBody .related.related-posts-section .post-image .img-thumbnail .postTag{
    display: none;
  }
  
  
  .liveBlogBody .DnnModule-LiveBlog .porto.singlePostOuter .blog-posts.single-post .related-posts-section .owl-nav{
    top: 53px;
    left: -0px;
  }
  /*END*/
  
  .liveBlogBody .porto.singlePostOuter .post.blog-single-post .blogImageCaption{
    position: relative;
    bottom: 0px;
    left: 0px;
  }
  
  .liveBlogBreadcrumb {
  padding-top:14px;
  }
  
  .liveBlogBreadcrumbSocial {
  text-align:right;
  }
  
  .liveBlogHomeButton {
  width: 100%;
  }
  
  .liveBlogHomeButtonWrapper {
  margin-bottom: 30px;	
  }
  
  body.isMobile .liveBlogBreadcrumbSocial {
  text-align:left;
  }
  
  .related-posts-section .owl-prev.disabled,
  .related-posts-section .owl-next.disabled {
  display:none !important;	
  }
  
  .result.liveBlogSearchResult .desc {
  font-family: 'carnasLight';
  }
  
  .result.liveBlogSearchResult hr {
  margin: 5px 0;
  }
  
  .liveBlogSearchResultsHeading {
  margin-bottom: 10px !important;
  }
  
  
  
  
  /* Start last minute trips list */
  
  .lastMinuteTripsList {
  font-family: 'carnasLight';
  font-size: 15px;
  font-weight:normal;
  color:#000000;
  }
  
  .lastMinuteTripsList .tripRow.odd,
  .lastMinuteTripsList .tripRow.even,
  .lastMinuteTripsList .row.headerRow {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  
  .lastMinuteTripsList .row.headerRow {
  font-family: 'carnasBold';
  font-size: 14px;
  color: #777;
  }
  
  .lastMinuteTripsList .tripRow.odd {
  background-color: #F9F9F9;
  }
  
  .lastMinuteTripsList button {
  width:100%;
  margin-top: 6px;
  margin-bottom: 0 !important;
  }
  
  .lastMinuteTripsList .priceCurrencyCode {
  font-size:10px;
  }
  
  .lastMinuteTripsList .priceSpecialOffer {
  font-family: 'carnasLight';
  font-size:10px;
  }
  
  .lastMinuteTripsList .priceFromLabel {
  font-family: 'carnasLight';
  font-size:10px;
  }
  
  
  .lastMinuteTripsList .nonDeal {
  text-decoration: line-through;
  color: #a2a2a2;
  font-style: italic;
  }
  
  .lastMinuteTripsList .tripRow .priceColumn {
  padding-left:20px;
  line-height:15px;
  font-family: 'carnasBold';
  font-size: 17px;
  }
  
  /* End last minute trips list */
  
  .btn.btn-borders.dark.mr-xs.mb-lg.btn-md.countrypage-btn.categoryViewDeparturesButton{
  margin-top:-20px;
  }
  
  .btn.btn-borders.dark.mr-xs.mb-lg.btn-md.countrypage-btn.categoryViewDeparturesButtonMobile{
  margin-top:-90px;
  }
  
  
  /*BIKE SECTION CAROUSEL*/
  .contentPage #bikes-section  .owl-carousel{
    position: relative!important;
  }
  
  .contentPage #bikes-section  .owl-carousel .owl-controls{
    position: absolute;
    top: 50%;
  }
  
  .contentPage #bikes-section  .owl-carousel .owl-controls .owl-nav .owl-prev[class*=owl-] {
    background: rgba(0,0,0,0) url(/portals/0/images/carousel-left.png) no-repeat scroll 0 0/50px 50px!important;
    border-radius: 30px!important;
    color: transparent!important;
    border-color: transparent!important;
    cursor: pointer!important;
    display: inline-block!important;
    font-size: 14px!important;
    height: 50px!important;
    margin-left: -15px!important;
    margin-right: -15px!important;
    margin-top: calc(7% + 30px)!important;
    padding: 10px!important;
    transform: rotate(0deg)!important;
    width: 50px!important;
  }
  
  .contentPage #bikes-section  .owl-carousel .owl-controls .owl-nav .owl-next[class*=owl-] {
    background: rgba(0,0,0,0) url(/portals/0/images/carousel-left.png) no-repeat scroll 0 0/50px 50px!important;
    border-radius: 30px!important;
    color: transparent!important;
    border-color: transparent!important;
    cursor: pointer!important;
    display: inline-block!important;
    font-size: 14px!important;
    height: 50px!important;
    margin-left: -15px!important;
    margin-right: -15px!important;
    margin-top: calc(7% + 30px)!important;
    padding: 10px!important;
    transform: rotate(180deg)!important;
    width: 50px!important;
  }
  
  /*cmdcLogo*/
  .cmdcLogo{display: none;}
  .isWEAU .cmdcLogo{display: block;}
  /*--*/
  
  
  /* OFFICE STAFF TEMPLATE */
  .officeStaff .thumb-info-title{
  text-align: center!important;
  }
  
  span.staffName{
  font-family: asapbold!important;
    font-weight: bolder;
    text-align: center!important;
    display: block;
    font-size: 16px;
    margin-top: 10px;
  color: #333;
  }
  
  span.staffTitle{
    text-align: center!important;
    display: block;
   font-style: italic;
  margin-bottom: 5px;
  }
  
  .officeStaff .thumb-info-action{
   background: rgba(0,0,0,0.7);
    margin-top: 10px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
  }
  
  .officeStaff .thumb-info-action img{
      width: 50%;
    margin: auto 25%;
  }
  
  .officeStaff .thumb-info-action span {
   text-align: center;
    color: #fff;
    display: block;
  }
  
  .officeStaff  p{
    font-size: 12px!important;
    text-align: center;
    line-height: 1.5;
  }
  
  
  .officeStaff .nav.nav-pills.sort-source li{
  border-bottom: 1px solid #ccc;
  margin: 0px;
  }
  
  .officeStaff .nav.nav-pills.sort-source li a{
  padding: 2px 15px;!important;
  }
  
  .officeStaff li.active a{
  border-radius: 0px!important;
  padding: 0px;
  }
  
  
  /*--*/
  
  
  /* FIX SUB SUB NAV */
  /*
  ul#mainMenu.nav.nav-pills.nav-main .dropdown.mega-menu-item[data-col="NaN"] ul.dropdown-menu div.container div.row div.col-md-3.col-1.subCol1 li.dropdown-submenu:hover{
    position: relative!important;
  }
  ul#mainMenu.nav.nav-pills.nav-main .dropdown.mega-menu-item[data-col="NaN"] ul.dropdown-menu div.container div.row div.col-md-3.col-1.subCol1 li.dropdown-submenu:hover a + ul.dropdown-menu{
    background: url(/Portals/_default/Skins/Porto/Resources/img/bg-transparent-grey2.png) !important;
    position: absolute !important;
    left: 155px !important;
    top: 0px!important;
    height: auto !important;
    width: calc(100% + 70px) !important;
    min-height: unset!important;
    margin-top: 0px;
    margin-left: 30px !important;
    -webkit-column-count: 1!important;
    -moz-column-count: 1!important;
    column-count: 1!important;
  }
  ul#mainMenu.nav.nav-pills.nav-main .dropdown.mega-menu-item[data-col="NaN"] ul.dropdown-menu div.container div.row div.col-md-3.col-1.subCol1 li.dropdown-submenu:hover a + ul.dropdown-menu li{
    width: 100%!important;
    height: auto!important;
    padding-right: 30px;
  }
  ul#mainMenu.nav.nav-pills.nav-main .dropdown.mega-menu-item[data-col="NaN"] ul.dropdown-menu div.container div.row div.col-md-3.col-1.subCol1 li.dropdown-submenu:hover a + ul.dropdown-menu li a{
    width: 100%!important;
    height auto!important;
    word-wrap: break-word!important;
    white-space: initial!important;
    display: block!important;
  }
  */
  
  #page_menu a{
  border: 1px solid #f47b2a;
  display: block;
  float: left;
  min-width: 200px;
  margin-right: 10px!important;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px;
  
  }
  
  #page_menu a:hover{
  background: #f47b2a;
  color: #fff;
  text-decoration: none;
  }
  
  /*USP HOME SECTION*/
  .uspHomeSection{
  background: #282d33;
  padding: 20px 0px;
  text-align: center;
  margin-bottom: -30px;
  }
  
  .uspHomeSection h3{
  font-family: 'asapbold';
    font-weight: normal;
    color: #f47b2a!important;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px
  }
  
  .uspHomeSection p{
  color: #fff!important;
  padding: 0 10px;
  }
  


  
/*HOME TRIP SECTION*/
.canyoningCarouselOuter, .abseilingCarouselOuter{
  background: #ddd;
}

.canyoningCarouselOuter, .hikingCarouselOuter, .abseilingCarouselOuter, .climbingCarouselOuter {
	margin-top: 10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}



.homePage .ModWEXUserDefinedCarouselC h1{
  color: #f47b2a;
  border-bottom: 1px solid #f47b2a;
  margin-bottom:10px;
  padding-bottom: 10px;
}

.homePage .ModWEXUserDefinedCarouselC h1 strong{
  color: #5f5d5e;
  font-weight: bold;
}

/*HOME TRIP TYPE SECTION*/
.homeTripType .homeTripTypeContent{
    background: #000000bb;
    position: relative;
    top: -5px;
    padding: 30px 10px 30px 10px; /* was 70px 10px 30px 10px */
    text-align: center;
    border-bottom: 10px solid #006fb9;
  }
  
/*  
  
  .homeTripType .homeTripTypeContent:before{
    content: "";
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -50px;
    left: calc(50% - 50px);
  }

    .homeTripType.canyoningAdventures .homeTripTypeContent:before{
    background-image: url(/Portals/Blue%20Mountains%20Adventure%20Company/Images/homeTripType1.png);
    }
     .homeTripType.hikingAdventures .homeTripTypeContent:before{
    background-image: url(/Portals/Blue%20Mountains%20Adventure%20Company/Images/homeTripType2.png);
    }
     .homeTripType.abseilingAdventures .homeTripTypeContent:before{
    background-image: url(/Portals/Blue%20Mountains%20Adventure%20Company/Images/homeTripType3.png);
    }
     .homeTripType.climbingAdventures .homeTripTypeContent:before{
    background-image: url(/Portals/Blue%20Mountains%20Adventure%20Company/Images/homeTripType4.png);
    }
*/

  .homeTripType .homeTripTypeContent h4{
    color: #ffffff;
    font-family: asapbold;
    font-size: 24px!important;
    margin-bottom: 0px;
  }
  .homeTripType .homeTripTypeContent h5{
    color: #ffffff;
    text-transform: none;
  }

  .homeTripTypeLink:hover{
    text-decoration: none;
  }

  .homeTripTypeLink:hover h4{
  color: #f47b2a;
  }



.moreButton{
    background: #f47b2a none repeat scroll 0 0;
    border: 1px solid #f47b2a;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'carnasbold' !important;
    padding: 4px;
}

.moreButton.largeButton{
  background: #f47b2a none repeat scroll 0 0;
  border: 1px solid #f47b2a;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 24px;
  font-family: 'carnasbold' !important;
  padding: 10px 15px 10px 10px;
}

.moreButton.largeButton:hover{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f47b2a;
  color: #f47b2a;
  border-radius: 3px;
  font-weight: bold;
  font-size: 24px;
  font-family: 'carnasbold' !important;
  padding: 10px 15px 10px 10px;
  cursor: pointer;
}

.moreButton.largeButton:after{
top: -3px;
position: relative;
}


.moreButton:hover{
  background: #ffffff; none repeat scroll 0 0;
    border: 1px solid #f47b2a;
    color: #f47b2a;

}

.moreButton:after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 3px;
    color: #fff;
    margin-left: 10px;
}

.moreButton:hover:after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #f47b2a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 3px;
    color: #f47b2a;
    margin-left: 10px;
}


#CDSWIDSSP {width: 100% !important;}
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {width: 100% !important;}

.mainColumn > div {
	background-color: #FFFFFF;
}

.WEXWhyTravelWithUsBottomHR {
	display:none;
}

img.responsiveImage {
  width: 100%;
  height: auto;
}

#indigenous-acknowledgement {
	padding-top:15px;
	padding-bottom:15px;
	background-color:#FFFFFF;
	border-top: 2px solid #282d33;
}

#indigenous-acknowledgement p {
	color:#000000;
	margin-bottom: 0;
}

body.isMobile .aboriginalFlagWrapper {
	text-align:center;
}

.tripPage .whyTravelWithUsHeadingRow {
	display:none;
}

.tripPage .whyTravelWithUsHR {
	display:none;
}

.homePage .videoh,
#dnn_tripAdvisorReviews {
  margin-top: 5px;
}

@media (min-width:992px) {

  .homePage .videoh {
    left: 4px;
  }

  .homePage .videoh iframe {
    width: calc(100% + 5px);
  }

  #dnn_tripAdvisorReviews {
    position: relative;
    left: -10px;
    width: calc(100% + 6px);
  }

}

@media (min-width:992px) and (max-width: 1199px) {
  .homePage .videoh {
    padding-top: 95px !important;
  }

}

#travel-with-us-section {
	padding-top: 1px;
}

/* this was an attempt at a close delay on the menus - it didn't work
@media(min-width: 992px) {
    #header nav > ul > li.dropdown .dropdown-menu {
        transition: ease all .2ms 500ms;
    }
}
*/

.blogAutoCaption, .blogAutoCaption b, .blogAutoCaption i {
	font-size:15px !important;
	font-family:'open_sansregular' !important; /* open_sansregular carnasLight */
	font-weight:normal !important;
	font-style:italic !important;
	line-height:22px !important;
}





/* Information strip - the one under the hero carousel image */

@media (min-width:768px) {
	body.homePage .messageStripOuter {
		top: -22px; 
	}
}

body.homePage .messageStripOuter {
	margin-top: 0; 
	position: relative;
	margin-bottom: 0;
}

.messageStripOuter {
	margin-top: -20px; 
	margin-bottom: 15px;
}

div.body.liveBlogBody .messageStripOuter {
	margin-top: 0;
	margin-bottom: 0;
}

.messageStripInner {
	padding: 5px;
	text-align:center;
}

.messageStripBold {
	font-family:'open_sansbold' !important;
	margin:	10px 5px;
}

.messageStripPlain,
.messageStripLink {
	font-family:'open_sansregular' !important;
	margin-right: 5px;
	margin-left: 5px;
}

a.messageStripLink {
	text-decoration:underline;
}


footer#footer .footer-travel-group h4 a {
	color:#f47b2a !important;
}

/* begin home page hero image dead zone fix */
.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-item .banner-content, 
.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-controls {
	pointer-events: none;
}

.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-controls .owl-dot {
	pointer-events: auto;
}
/* end home page hero image dead zone fix */


/* Start stress free */


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20% !important;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20% !important;
        float: left;
    }
}

.stressFreeItem {
	display:inline-block;
	vertical-align: top;
}

@media (min-width: 1px) {
	.stressFreeItem {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.stressFreeItem {
		width: 20%;
	}
}


.stressFreeIcon {
	width:100%;
	height:auto;
	padding: 0;
}

.stressFreeInner {
	padding-left: 15px;
	padding-right: 15px;
}

.stressFreeColumn {
}

h3.stressFreeHeading {
	margin-bottom:0;
}

.stressFreeText {
	margin-top:0;
	text-align:center;
}

.stressFreeOuter {
	margin-bottom: 15px;
}

/* end stress free */

.lastMinutePaxToGuarantee {
	font-family: 'carnasBold';
	color: #FF0000;
}

/* Teaser stars start */

.teaserInner .ratecircle5 {
	height:30px;
}

.teaserInner .ratecircle5 .btn-stars {
	padding-top: 5px;	
}

.teaserInner .ratecircle5 .btn-reviews {
    padding-left: 0;
    background: none;
    display: inline-block;
	position:relative;
    top:-1px;	
}

.teaserInner .btn-stars {
	transform: scale(0.66);	
	display:inline-block;
	margin-right: -35px;
	margin-left: -35px;
}

.teaserInner .btn-stars .starRating:before {
    left: 0;
	background-image: url(/Portals/World%20Expeditions/css/Images/nostar-teasers.png);
}

.teaserInner .btn-stars .starRating:after {
    left: 0;
    background-image: url(/Portals/World%20Expeditions/css/Images/fullstar-teasers.png);
}

.teaserInner .ratecircle5 .activity-action-btn {
	text-align:center;
}

/* Teaser stars end */

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton,
.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton {
	border: 2px solid #006FB9 !important;
	padding: 10px 0 !important;
}

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton span,
.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton span {
	font-size: 15px;
}

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton downIcon {
	background: rgba(0,0,0,0) url(/portals/world%20expeditions/images/arrow-down-medium-grey.png) no-repeat scroll right center/10px 7px;	
}

.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton upicon {
	background: rgba(0,0,0,0) url(/portals/world%20expeditions/images/arrow-up-medium-grey.png) no-repeat scroll right center/10px 7px;
}

#main-banner-square .owl-controls {
	display:none;
}

@media (max-width: 991px) {
    #tripNameXSandSM #tripNameH1 {
        font-size: 27px;
        font-family: 'open_sansbold';
        text-shadow: none;
        width: auto;
        width: calc(100% - 35px);
		margin-bottom: 15px;
    }
}

.owl-dots.disabled {
    display: none !important;
}

.minimumToRunDisclaimer {
	font-family: open_sansregular;
    font-size: 12px;
}










/* Start fondation/projects */

html .tripPageBodySDGWrapper {
	margin-top: 10px;
}

html .tripPageBodySDGWrapper img.tripPageBodySDG {
	max-width:105px;
	margin-right:10px;
	margin-bottom:15px;
}

html .tripPageBodySDGTextWrapper .SDGTitle {
	font-weight:bold;
}

#un-sustainable-development-section .more-about-content,
#learning-outcomes-section .more-about-content {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 479px){
    html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    width: 28%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px){
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    width: 15%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
}


@media (min-width: 768px) and (max-width: 991px){
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    width: 11%;
    margin-right: 10px;
  }

}

@media (min-width: 992px) and (max-width: 1199px){
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    margin-bottom: 15px;
  }
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG:nth-child(2n + 2){
    margin-right: 0px;
  }
html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG:nth-child(2n + 1){
 margin-right: 15px;
}
}

@media (min-width: 1200px){
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    margin-bottom: 15px;
  }
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG:nth-child(2n + 2){
    margin-right: 0px;
  }
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG:nth-child(2n + 1){
 margin-right: 16px;
}
}

 img.tripPageOverviewSDG {
     width: 105px;
     height: auto;
     margin-right: 5px;
     margin-bottom: 5px;
 }
 
 .isSmallDesktop img.tripPageOverviewSDG {
         width: 81px;
 }
 
 
div.body.wefProject h3.worldex-heading {
		margin-top:0;
		margin-bottom:10px;
}

div.body.wefProject #dnn_DonationForm {
	/*
	padding-left:30px;
	padding-right:15px;
	*/
}

.tripTitleProjectImage {
	margin-left: -20px;
	max-width: 300px;
    max-height: 150px;
}

.worldex-heading.shortObjective {
	font-size: 30px;
	line-height: 34px;
}

.body.wefProject .donationFormContentPaneOuter {
    background-color: #650532;
}

.body.wefProject .WEFDonationFormMain {
	padding: 15px 15px 0 15px;
}

.body.wefProject .WEFDonationFormMain h3.worldex-heading,
.body.wefProject .WEFDonationFormMain label,
.body.wefProject .WEFDonationFormMain p,
.body.wefProject .WEFDonationFormMain .paymentGatewayInfoPanel {
    color: #FFFFFF;
}



.body.wefProject .WEFDonationFormMain .alert.alert-warning p {
	color: #000000;
}

.body.wefProject .leftRegenerativeProject {
	font-size: 20px;
    color: #373b40;
    font-family: "open_sansregular";
	font-weight: bold;
}

.projectTeaserResponsiveImage {
	height: auto !important;
	width: auto !important;
	max-height:60px !important;
	max-width:100% !important;
}


@media (min-width: 1319px) {
    .body.wefProject .WorldExpeditions_Title_Trip {
        max-width: 750px;
    }
}

.WEFProjectCarouselResults .teaserTripDescription p {
	margin-bottom:0;
}

/* End fondation/projects */

/* Auto complete destination heading */
keyword_autocomplete .ui-state-disabled.searchAutoCompleteHeading,
keyword_autocomplete .ui-widget-content .ui-state-disabled.searchAutoCompleteHeading,
keyword_autocomplete .ui-widget-header .ui-state-disabled.searchAutoCompleteHeading {
	opacity: 1;
	filter:Alpha(Opacity=100); /* support: IE8 */
	background-image: none;
	font-family: 'open_sansbold';
	color: #9baa3a;
	text-transform: uppercase;
}
keyword_autocomplete .ui-state-disabled.searchAutoCompleteHeading .ui-icon {
	filter:Alpha(Opacity=100); /* support: IE8 - See #6059 */
}
/* Auto complete destination heading */












a.btn.customCarouselViewTripButton {
	margin-top: 15px;
}

a.btn.customCarouselViewTripButton,
a.btn.customCarouselViewTripButton:visited {
    background-color: #f47b2a;
    border-color: #f47b2a;
    color: #ffffff;
}


a.btn.customCarouselViewTripButton:hover,
a.btn.customCarouselViewTripButton:active {
    border-color: #f47b2a;
    color: #f47b2a;
    background-color: #fff;
}

.AustralianAcknowledgementOfCountry {
	background-color:#ffc8a6;
	padding: 15px;
	margin-bottom: 30px;
}

.darkbluebottom {
    text-align: center !important;
}

.darkbluebottom img {
    display: inline-block;
    height: 145px;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
}

.border-top-none {
    border-top: none !important;
}

.sectionDark {
    background: #1E2227 !important;
}

.body>footer section#indigenous-acknowledgement a {
    color: #000000 !important;
    text-decoration: underline;
}